home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / tri57.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  138 b   |  24 lines

  1. tri57
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-13.0
  6.         x2= 1.0
  7.         y1=-6.15
  8.         y2= 6.15
  9.     }
  10.     {
  11.         t=pixel
  12.         z=pixel
  13.     }
  14.     {
  15.         t=sin(t)
  16.         z=z+t
  17.     }
  18.     {
  19.         z>t
  20.     }
  21.     {
  22.     }
  23. }
  24.